﻿#banner img {
	display: block;
	width: 1920px;
	height: 316px;
	margin-right: auto;
	margin-left: auto;
}

.search {
	margin-top: 66px;
}

.search_btn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	padding-left: 36px;
	padding-right: 10px;
	background: url(../images/icon_search.png) no-repeat #000000 10px center;
}

.search_btn:hover {
	background-color: #ed6c00;
	cursor: pointer;
}

.searchComp {
	border: 0;
	background: #ededed;
	line-height: 40px;
	padding: 0 40px;
	font-size: 16px;
}

.datum {
	width: 50%;
	float: left;
	padding-right: 30px;
	border-right: 1px solid #ededed;
	box-sizing: border-box;
}

.join_btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 108px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #d16c15;
}

.join_btn:hover {
	background-color: #ed6c00;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	transform: translate3d(0, -2px, 0);
}

.datum:nth-child(even) {
	border-right: 0;
	padding-right: 0;
	padding-left: 30px;
}


/*暂时分页*/

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #d16c15;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #d16c15;
	border-color: #d16c15;
}


/*遮住层*/

.v-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: #000;
	z-index: 10000 !important;
}

.actionsheet {
	z-index: 10001 !important;
	width: 840px;
	height: 518px;
	position: fixed;
	background: #fff;
	top: 50%;
	left: 50%;
	margin-left: -420px;
	margin-top: -259px;
	border-radius: 5px;
	overflow: hidden;
	transition: .2s;
	text-align: center;
}

.actionsheet_tit {
	height: 74px;
	line-height: 74px;
	text-align: center;
	font-size: 16px;
	color: #999;
	text-align: center;
	position: relative;
	background: #ededed;
}

.actionsheet_tit span {
	position: absolute;
	left: 30px;
	font-size: 24px;
	color: #000000;
}

.actionsheet_tit em {
	color: red;
	font-style: normal;
}

.actionsheet ul {
	width: 100%;
	height: 444px;
	overflow-y: auto;
}

.actionsheet ul li {
	height: 74px;
	line-height: 74px;
	text-align: center;
	font-size: 20px;
	color: #000000;
}

.actionsheet ul li:nth-child(even) {
	background: #ededed;
}
/*下拉框*/
.w140{
	width: 140px;
	display: inline-block;
}
.provincesBoxbig{
	position: absolute;
	top: 24px;
	left: 4px;
	max-height: 120px;  
	z-index: 100;
	overflow-y:scroll;
}
.provincesBoxbig span{    
	width: 62px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 12px;
    background: #ededed;
    color: #666;
}
.provincesBoxbig span:hover{
	cursor: pointer;
	color: #ed6c00;
}
.provincesBox{
	position: absolute;
	top: 40px;
	left: 0;
	max-height: 200px;  
	z-index: 100;
	overflow-y:scroll;
}
.provincesBox span{    
	width: 123px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	font-size: 16px;
	background: #ededed;
	color: #666;
}
.provincesBox span:hover{
	cursor: pointer;
	color: #ed6c00;
}
